home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / skin / classic / firebug.css < prev    next >
Cascading Style Sheet File  |  2009-12-18  |  8KB  |  315 lines

  1. /* See license.txt for terms of usage */
  2.  
  3. #inspector-button {
  4.   list-style-image: url(chrome://firebug/skin/inspect.png);
  5. }
  6.  
  7. #inspector-button[disabled="true"] {
  8.   list-style-image: url(chrome://firebug/skin/inspectDisabled.png);
  9. }
  10.  
  11. #fbInspectButton {
  12.     margin-bottom: 1px;
  13.     padding: 0px;
  14.     opacity: 0.8;
  15.  
  16.     /* The default styling does not always keep button size contant or image
  17.        position constant, e.g. when [checked="true"].  These numbers were
  18.        chosen to keep them constant against the default winstripe styling. */
  19.     padding-top: 4px;
  20.     padding-bottom: 2px;
  21.     -moz-padding-start: 4px;
  22.     -moz-padding-end: 2px;
  23. }
  24.  
  25. #fbInspectButton image {
  26.     margin-right: 3px;
  27.     margin-bottom: 1px;
  28. }
  29.  
  30. #fbBreakOnNextButton {
  31.     margin-bottom: 1px;
  32.     opacity: 0.8;
  33.     padding-right: 2px;
  34.     padding-left: 2px;
  35.         /* The default styling does not always keep button size contant or image
  36.        position constant, e.g. when [checked="true"].  These numbers were
  37.        chosen to keep them constant against the default winstripe styling. */
  38.     padding-top: 4px;
  39.     padding-bottom: 2px;
  40.     -moz-padding-start: 4px;
  41.     -moz-padding-end: 2px;
  42. }
  43.  
  44. toolbar[iconsize="small"] #inspector-button > .toolbarbutton-icon {
  45.     list-style-image: url(chrome://firebug/skin/inspectSmall.png);
  46.     width: 16px;
  47.     height: 16px;
  48. }
  49.  
  50. #firebug-button {
  51.   list-style-image: url(chrome://firebug/skin/firebug24.png);
  52. }
  53.  
  54. toolbar[iconsize="small"] #firebug-button > .toolbarbutton-icon {
  55.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  56.     width: 16px;
  57.     height: 16px;
  58. }
  59.  
  60. /********************************************************************************************/
  61.  
  62. #fbLocationSeparator,
  63. #fbStatusSeparator {
  64.     min-height: 11px;
  65. }
  66.  
  67. #fbCommandArow {
  68.     margin: 2px 0 2px 7px;
  69.     font-family: Monaco, monospace;
  70.     color: #0000FF;
  71. }
  72.  
  73. #fbCommandLine {
  74.     -moz-appearance: none;
  75.     margin: 2px 0 0 0;
  76.     padding: 0 4px;
  77.     height: 0;
  78.     border: none;
  79.     font-family: Monaco, monospace;
  80.     direction: ltr;
  81. }
  82.  
  83. #fbLargeCommandLine {
  84.     margin: 0;
  85.     font-family: Monaco, monospace;
  86.     direction: ltr;
  87. }
  88.  
  89. #fbCommandLine > .textbox-input-box > .textbox-textarea {
  90.     overflow: hidden;
  91. }
  92.  
  93. /********************************************************************************************/
  94.  
  95. #fbStatusBar {
  96.     cursor: pointer;
  97. }
  98.  
  99. #fbStatusIcon {
  100.     list-style-image: url(chrome://firebug/skin/firebug-gray-16.png);
  101. }
  102. #fbStatusIcon[script="on"] {
  103.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  104. }
  105. #fbStatusIcon[net="on"] {
  106.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  107. }
  108. #fbStatusIcon[console="on"] {
  109.     list-style-image: url(chrome://firebug/skin/firebug16.png);
  110. }
  111.  
  112. #fbStatusIcon[suspended="suspended"] {
  113.     list-style-image: url(chrome://firebug/skin/firebug-gray-16.png);
  114. }
  115.  
  116.  
  117. #fbStatusText {
  118.     cursor: pointer;
  119.     color: red;
  120.     font-weight: bold;
  121. }
  122.  
  123. #fbStatusBar[errors] #fbStatusIcon {
  124.     list-style-image: url(chrome://firebug/skin/errorIcon-sm.png);
  125. }
  126.  
  127. /********************************************************************************************/
  128.  
  129. #fbToolbar {
  130.     padding-left: 4px;
  131. }
  132.  
  133. #fbToolbarInner {
  134.     overflow: hidden;
  135. }
  136.  
  137. #fbSearchBox {
  138.     margin-left: 0;
  139.     margin-right: 6px;
  140. }
  141.  
  142.  
  143. .fbsearch-textbox {
  144.     -moz-appearance: none;
  145.     margin: 0 0px 1px 2px;
  146.     border: 1px solid;
  147.     -moz-border-radius: 5px;  /* Matched to the a11y outline impl */
  148.     -moz-border-top-colors: #96969D;
  149.     -moz-border-right-colors: #96969D;
  150.     -moz-border-bottom-colors: #96969D;
  151.     -moz-border-left-colors: #96969D;
  152.     padding: 2px 0 2px 3px;
  153.     background: -moz-field;
  154.     font: icon;
  155.     font-size: 11px;
  156.     direction: ltr;
  157. }
  158.  
  159. .fbsearch-textbox > .autocomplete-textbox-container > .autocomplete-icon {
  160.     list-style-image: url(chrome://firebug/skin/search.png);
  161. }
  162.  
  163. #fbSearchOptionsPanel {
  164.  
  165. }
  166.  
  167. .fbsearch-options-label {
  168.  
  169. }
  170.  
  171. .fbsearch-options-buttons {
  172.  
  173. }
  174.  
  175. textbox[type="fbSearchBox"] > panel {
  176.     -moz-border-radius: 1px;    /* This prevents the drop shadow from appearing See nsLayoutUtils::GetFrameTransparency*/
  177. }
  178.  
  179. .fbSearchBox-attention textbox {
  180.     color: red;
  181.     font-weight: bold;
  182. }
  183.  
  184. #fbCommandBox {
  185.     border-top: 1px solid #CCCCCC;
  186.     background-color: #FFFFFF;
  187. }
  188. /********************************************************************************************/
  189.  
  190. .toolbar-image-button {
  191.     -moz-appearance: none;
  192.     margin: 0 2px;
  193.     border: none;
  194.     padding: 0 !important;
  195.     background: transparent !important;
  196. }
  197.  
  198. .toolbar-image-button > .toolbarbutton-icon {
  199.     padding: 0 !important;
  200. }
  201.  
  202. .toolbar-image-button > .toolbarbutton-text {
  203.     display: none;
  204. }
  205.  
  206. .fbURLMenuItem { /* let file names be as long as need be */
  207.     max-width: none;
  208. }
  209. /************************************************************************************************/
  210.  
  211. #fbDebuggerButtons {
  212.     margin-right: 2px;
  213. }
  214.  
  215. #fbContinueButton,
  216. #fbBreakOnNextButton,
  217. #fbStepOverButton,
  218. #fbStepIntoButton,
  219. #fbStepOutButton {
  220.     -moz-image-region: rect(auto,auto,auto,auto) !important;
  221. }
  222.  
  223. #fbContinueButton {
  224.     list-style-image: url(chrome://firebug/skin/continue.png);
  225.     padding-right: 2px;
  226. }
  227.  
  228. #fbContinueButton:hover:active {
  229.     list-style-image: url(chrome://firebug/skin/continueActive.png);
  230. }
  231.  
  232. #fbContinueButton[disabled="true"] {
  233.     list-style-image: url(chrome://firebug/skin/continueDisabled.png);
  234.     padding-right: 2px;
  235. }
  236.  
  237. #fbStepOverButton {
  238.     list-style-image: url(chrome://firebug/skin/stepOver.png);
  239.     padding-right: 2px;
  240. }
  241.  
  242. #fbStepOverButton:hover:active {
  243.     list-style-image: url(chrome://firebug/skin/stepOverActive.png);
  244.     padding-right: 2px;
  245. }
  246.  
  247. #fbStepOverButton[disabled="true"] {
  248.     list-style-image: url(chrome://firebug/skin/stepOverDisabled.png) !important;
  249.     padding-right: 2px;
  250. }
  251.  
  252. #fbStepIntoButton {
  253.     list-style-image: url(chrome://firebug/skin/stepInto.png);
  254.     padding-right: 2px;
  255. }
  256.  
  257. #fbStepIntoButton:hover:active {
  258.     list-style-image: url(chrome://firebug/skin/stepIntoActive.png);
  259.     padding-right: 2px;
  260. }
  261.  
  262. #fbStepIntoButton[disabled="true"] {
  263.     list-style-image: url(chrome://firebug/skin/stepIntoDisabled.png) !important;
  264.     padding-right: 2px;
  265. }
  266.  
  267. #fbStepOutButton {
  268.     list-style-image: url(chrome://firebug/skin/stepOut.png);
  269.     padding-right: 2px;
  270. }
  271.  
  272. #fbStepOutButton:hover:active {
  273.     list-style-image: url(chrome://firebug/skin/stepOutActive.png);
  274.     padding-right: 2px;
  275. }
  276.  
  277. #fbStepOutButton[disabled="true"] {
  278.     list-style-image: url(chrome://firebug/skin/stepOutDisabled.png) !important;
  279. }
  280.  
  281. #fbBreakOnErrors {
  282.     list-style-image: url(chrome://firebug/skin/breakErrors.png);
  283. }
  284.  
  285. #fbBreakOnErrors[checked="true"] {
  286.     list-style-image: url(chrome://firebug/skin/breakErrorsOn.png);
  287. }
  288.  
  289. /********************************************************************************/
  290.  
  291. #fbBreakOnNextButton[breakable="disabled"] {
  292.     list-style-image: url(chrome://firebug/skin/breakNextDisabled.png) !important;
  293. }
  294.  
  295. #fbBreakOnNextButton[breakable="true"] {
  296.     list-style-image: url(chrome://firebug/skin/breakNext.png);
  297.     padding-right: 2px;
  298. }
  299. #fbBreakOnNextButton:hover:active[breakable="true"] {
  300.     list-style-image: url(chrome://firebug/skin/breakNextActive.png);
  301.     padding-right: 2px;
  302. }
  303. #fbBreakOnNextButton:hover:active[breakable="false"] {
  304.     list-style-image: url(chrome://firebug/skin/breakNextActive.png);
  305.     padding-right: 2px;
  306. }
  307. #fbBreakOnNextButton[breakable="false"] {
  308.     list-style-image: url(chrome://firebug/skin/breakNextArmed.png);
  309.     padding-right: 2px;
  310. }
  311.  
  312. /************************************************************************************************/
  313.  
  314.  
  315.